home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / www / URLManager12b5.lha / URLManager / Docs / english / URLManager.doc next >
Text File  |  1996-11-30  |  9KB  |  323 lines

  1. URLManager 1.1 - Documentation
  2. ******************************
  3.  
  4. Copyright
  5. *********
  6.  
  7.    URLManager (C) 1996 kMel, Klaus Melchior
  8.  
  9.  
  10. ************************************************************************
  11.  
  12.    PUBLIC BETA VERSION
  13.  
  14.  
  15. ************************************************************************
  16.  
  17.    This data is freely distributable, but copyrighted by me. This means
  18. you may freely copy them as long as you do not charge more than a
  19. nominal fee for copying. If you want to distribute the data you MUST
  20. keep this document with it. All documents, programms and files must be
  21. distributed in their original unmodified form.  This files cannot be
  22. used for commercial purposes without written permission by the author,
  23. this applies also on ShareWare. The author can not be made responsible
  24. for any damage which is caused by using these programs.
  25.  
  26.  
  27. -----------------------------------------------------------------------
  28. This program is GiftWare. If you like it and use it regularly, you
  29. should consider to send a small donation to the author in order to
  30. honor the work he has put into this program.
  31.  
  32.    If you want to include the program in your commercial or Shareware
  33. distribution you have to contact me before you do any way of
  34. distribution.
  35. -----------------------------------------------------------------------
  36.  
  37.    Send comments, suggestions or bug reports, and the gifts to:
  38.  
  39.      Klaus Melchior, Schulstrasse 17
  40.      D-52156 Monschau, Germany
  41.      Phone: +49 (0)2472 4710
  42.      
  43.      DE:   kmel@eifel.oche.de
  44.      BIG:  kmel@et1.etechnik.fh-aachen.de
  45.      FIDO: 2:242/158.2@fidonet
  46.  
  47. What is URLManager?
  48. *******************
  49.  
  50.    !!! This documentation is old !!!
  51.  
  52.    URLManager ist ein MUI Programm, welches URL-Listen verwaltet.
  53. URLManager kann die Listen fast aller Web-Browser können importieren
  54. und exportieren (siehe Description).
  55.  
  56.    The idea of URLManager was born while I'm trying to update my
  57. favourite URL adresses from three different computer with different web
  58. browser with different hotlists.
  59.  
  60. Listview, Strings
  61. =================
  62.  
  63.    The bookmarks are displayed with their title and their URL.
  64. Listtree.mcc is used, so you can create groups to collect bookmarks of
  65. same kind. BE CAREFULL, not all of the browsers support these groups.
  66.  
  67.    With Drag&Drop you can sort the entries or move them into groups,
  68. later it should be possible to drop them on a web browser.
  69.  
  70.    After an entry is selected you can edit it with the string gadgets.
  71.  
  72. Buttons, Menu
  73. =============
  74.  
  75. New Group, Hotkey G
  76.      A new empty group will be created.
  77.  
  78. New URL, Hotkey N
  79.      A new entry will be created.
  80.  
  81. Duplicate, Hotkey D
  82.      The active entry is duplicated.
  83.  
  84. Remove, Hotkey R
  85.      The active entry is removed.
  86.  
  87. Import
  88. ======
  89.  
  90. <Cycle Gadget>
  91.      Here you can change the kind of the bookmarks file, which should be
  92.      loaded. If this is set to 'UNIVERSAL' URLManager decides.
  93.  
  94. Load..., Hotkey L, Menu Project/Load...
  95.      A filerequester appears, the specified list will be loaded.
  96.  
  97. Insert..., Hotkey I, Menu Project/Insert...
  98.      A filerequester appears, the specified list will be inserted after
  99.      the active entry. If the active entry is a group, the list is
  100.      loaded into this group.
  101.  
  102. Export
  103. ======
  104.  
  105. <Cycle Gadget>
  106.      Here you can change the kind of the bookmarks file, which should be
  107.      saved.
  108.  
  109. Save..., Hotkey L, Menu Project/Save...
  110.      A filerequester appears, the list will be saved.
  111.  
  112. Additional Menus
  113. ================
  114.  
  115. Settings/MUI
  116.      The MUI preferences for URLManager appears.
  117.  
  118. Supported Browser
  119. =================
  120.  
  121.    * ALynx (Lynx)         IMPORT
  122.  
  123.    * AmigaGuide
  124.  
  125.    * AMosaic (xMosaic)    IMPORT        GROUPS
  126.  
  127.    * ASCII
  128.  
  129.    * AWeb                 IMPORT EXPORT
  130.  
  131.    * AWeb AddToBookmarks  IMPORT
  132.  
  133.    * AWeb Groups          IMPORT EXPORT GROUPS
  134.  
  135.    * HTML
  136.  
  137.    * IBrowse ASCII        IMPORT        GROUPS
  138.  
  139.    * IBrowse HTML         IMPORT EXPORT GROUPS
  140.  
  141.    * IBrowse V2 HTML      IMPORT EXPORT GROUPS
  142.  
  143.    * InternetExplorer
  144.  
  145.    * Mindwalker ASCII     IMPORT EXPORT GROUPS
  146.  
  147.    * Mindwalker HTML      IMPORT EXPORT GROUPS
  148.  
  149.    * NetScape (Doc-1)     IMPORT        GROUPS
  150.  
  151.    * URLManager ASCII     IMPORT EXPORT GROUPS
  152.  
  153.    * URLManager HTML      IMPORT EXPORT GROUPS
  154.  
  155.    * Voyager              IMPORT EXPORT GROUPS
  156.  
  157.    * WebExplorer
  158.  
  159. What is changed?
  160. ****************
  161.  
  162.    1.1 -> 1.2b5
  163.  
  164.    - Bug fixes
  165.  
  166.    - Multi threading
  167.  
  168.    - Aliases, Pophotkey.mcc
  169.  
  170.    - Settings
  171.  
  172.    - Path storage
  173.  
  174.    - Localization
  175.  
  176.    - Import AWeb 1.2 hotlist
  177.  
  178.    - Export AWeb GROUPS (aka 1.2)
  179.  
  180.    - Import AWeb AddToBookmarks.rexx
  181.  
  182.    - Im/Export IBrowse 1.01, 1.02
  183.  
  184. What you need !
  185. ***************
  186.  
  187.    - MUI 3.6 (17.xxx)
  188.  
  189.    - Bookmarks.mcc 17.xxx
  190.  
  191.    - Listtree.mcc 16.xxx
  192.  
  193.    - Pophotkey.mcc 0.xxx
  194.  
  195. How to install!
  196. ***************
  197.  
  198.  
  199.      copy URLManager/Libs/MUI/*  MUI:Libs/MUI/
  200.      copy URLManager/URLManager.prefs ENV:
  201.      copy URLManager/URLManager(%|.info) <path>
  202.  
  203. History of URLManager
  204. *********************
  205.  
  206.  
  207.       1.0   27.05.96  * first release, Aminet
  208.      
  209.             09.06.96  - enforcer hits at ASLRequest(), fixed
  210.      
  211.             11.06.96  - Lynx Import fixed, thanks to Per Jacobsen
  212.                       > Icons included
  213.       1.1             * bugfix release, Aminet
  214.      
  215.             14.06.96  + Import AWeb 1.2 hotlist
  216.                       + Export AWeb GROUPS (aka 1.2), thanks to Yvon Rozijn
  217.                       + Import AWeb AddToBookmarks.rexx
  218.      
  219.             11.07.96  + Multi threading
  220.      
  221.             13.07.96  + Multi threading
  222.      
  223.             14.07.96  + Multi threading
  224.                       - CloseLibrary() bug fixed
  225.      
  226.             29.07.96  - Requester bug fix
  227.      
  228.       1.2b1 05.08.96  * beta release
  229.      
  230.             23.08.96  - ASLRequest screen bug fixed [Guenter Schluepmann]
  231.      
  232.             01.09.96  - Import URLManager HTML bug fixed [Thomas Byrer]
  233.      
  234.             03.09.96  + Import/Export IBrowse HTML V2
  235.                       + Preferences: default paths, aliases, default strings
  236.      
  237.             05.09.96  + Localization
  238.                       + own edithook for aliases
  239.                       + New Bookmarks.mcc
  240.      
  241.             10.09.96  + Localization
  242.      
  243.             12.09.96  + Save/Load settings
  244.       1.2b2           * beta release
  245.      
  246.             03.10.96  | renamed some buttons [Adam Szymczak]
  247.                       | Preferences: removed <empty> [Adam Szymczak]
  248.                       + Preferences: Default Import/Export [Adam Szymczak,
  249.                                      Simon Speight, Thomas Byrer]
  250.       1.2b3           * beta release
  251.                       | default Alias hotkey changed to 'alt a'
  252.      
  253.             04.10.96  | location of prefs file moved to ENV:/ENVARC:
  254.                       + Preferences: New buttons: Use Cancel [Adam Szymczak]
  255.                       - Preferences: fixed Alias reload bug [Adam Szymczak]
  256.                       + After adding a new entry the title string will be
  257.                         activated [Thomas Byrer]
  258.       1.2b4           * beta release
  259.      
  260.             30.11.96  + implemented Pophotkey.mcc
  261.       1.2b5           * public beta release, Aminet
  262.  
  263. What is to do in future?
  264. ************************
  265.  
  266.    - new updated documentation
  267.  
  268.    - sort groups
  269.  
  270.    - bubblehelp
  271.  
  272.    - remove duplicate entries
  273.  
  274.    - Alias support as found in IBrowse hotlists
  275.  
  276.    - implement InterApp class
  277.  
  278.    - installer script
  279.  
  280.    - Import: WebExplorer
  281.  
  282.    - Import: ASCII
  283.  
  284.    - Import: HTML
  285.  
  286.    - Export: AmigaGuide
  287.  
  288. Thanks are going to ...
  289. ***********************
  290.  
  291.    - Stefan Stuntz for his Magic User Interface
  292.  
  293.    - Adam Szymczak and Thomas Byrer for their bug and enhancement
  294.      reports
  295.  
  296.    - Oliver Wagner, Rüdiger Sopp, Christoph Dietz, Gottfried Janik,
  297.      Olaf Peters, Fionn Behrens, Markus Lamers, Per Jacobsen, Yvon
  298.      Rozijn, Guenter Schluepmann, Simon Speight
  299.  
  300.      and all I forgot to mention ...
  301.  
  302. Index
  303. *****
  304.  
  305.  
  306.  
  307.  Authors address                        Copyright
  308.  Bug reports                            Copyright
  309.  Changes                                Changes
  310.  Comments                               Copyright
  311.  Copyright                              Copyright
  312.  Credits                                Credits
  313.  Description                            Description
  314.  Distribution                           Copyright
  315.  E-Mail                                 Copyright
  316.  GiftWare                               Copyright
  317.  History                                History
  318.  Installation                           Installation
  319.  Requirements                           Requirements
  320.  Thanks                                 Credits
  321.  ToDo                                   ToDo
  322.  
  323.